Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate bb8-postgres to 0.9.0 - autoclosed #2480

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2024

This PR contains the following updates:

Package Type Update Change
bb8-postgres dependencies minor 0.8.1 -> 0.9.0

Release Notes

djc/bb8 (bb8-postgres)

v0.9.0: 0.9.0

Compare Source

bb8 0.9.0 (and bb8-postgres 0.9.0, bb8-redis 0.18.0) adopts RPITIT (first stabilized in Rust 1.75) to drop the dependency on async_trait. This comes at the cost of raising the MSRV for these new releases to 1.75. If any bugs are found, I will consider releasing 0.8.x upgrades until such time as Tokio bumps its MSRV to 1.75.

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Dec 11, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: api-backend/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path api-backend/hartex-backend-driver/Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/repos/github/TeamHarTex/HarTex/api-backend/hartex-backend-driver/Cargo.toml`

Caused by:
  feature `edition2024` is required

  The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.83.0 (5ffbef321 2024-10-29)).
  Consider trying a newer version of Cargo (this may require the nightly release).
  See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.

File name: api-backend/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path api-backend/hartex-backend-routes/Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/repos/github/TeamHarTex/HarTex/api-backend/hartex-backend-routes/Cargo.toml`

Caused by:
  feature `edition2024` is required

  The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.83.0 (5ffbef321 2024-10-29)).
  Consider trying a newer version of Cargo (this may require the nightly release).
  See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.

File name: rust-utilities/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path rust-utilities/hartex-discord-utils/Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/repos/github/TeamHarTex/HarTex/rust-utilities/hartex-discord-utils/Cargo.toml`

Caused by:
  feature `edition2024` is required

  The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.83.0 (5ffbef321 2024-10-29)).
  Consider trying a newer version of Cargo (this may require the nightly release).
  See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.

@HTGAzureX1212 HTGAzureX1212 added this pull request to the merge queue Dec 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 12, 2024
@HTGAzureX1212 HTGAzureX1212 merged commit cadd1b2 into nightly Dec 12, 2024
2 of 5 checks passed
@HTGAzureX1212 HTGAzureX1212 deleted the renovate/bb8-postgres-0.x branch December 12, 2024 10:08
@renovate renovate bot changed the title Update Rust crate bb8-postgres to 0.9.0 Update Rust crate bb8-postgres to 0.9.0 - autoclosed Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant